Skip to content

Removing Limit and Offset from read queries #419

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
May 26, 2024
Merged

Removing Limit and Offset from read queries #419

merged 7 commits into from
May 26, 2024

Conversation

devsetgo
Copy link
Owner

@devsetgo devsetgo commented May 26, 2024

Pull Request Title: Removing Limit and Offset from read queries

The current implementation of our read queries includes limit and offset parameters. While these parameters can be useful in certain scenarios, they can also lead to performance issues when dealing with large datasets.

This Pull Request removes the limit and offset parameters from our read queries. This change will help improve the performance of our queries significantly, especially when dealing with large datasets.

The removal of these parameters will not impact the functionality of our queries, as we have other methods in place to handle paging and limiting the number of records returned.

This PR also increases the version of our application as this is a significant change, and updates the coverage reports accordingly.

Overall, this change will make our read queries more efficient and improve the performance of our application.

@devsetgo devsetgo added documentation Improvements or additions to documentation Breaking labels May 26, 2024
Copy link

@devsetgo devsetgo merged commit d7d5e10 into main May 26, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant